aristocrats = {
	opium = 1
	precious_metal = 1
	telephones = 2
	fuel = 0.5
	automobiles = 1
	aeroplanes = 1
}
capitalists = {
	opium = 1
	precious_metal = 1
	telephones = 2
	fuel = 0.5
	automobiles = 1
	aeroplanes = 1
}
officers = {
	opium = 1
	luxury_clothes = 0.7
	luxury_furniture = 0.7
	precious_metal = 1
	telephones = 1
	fuel = 0.5
	automobiles = 0.5
	aeroplanes = 0.5
}
clergymen = {
	luxury_clothes = 0.7
	luxury_furniture = 0.7
	precious_metal = 1
	telephones = 1.0
	fuel = 0.5
	automobiles = 0.25
	aeroplanes = 0.25
}
clerks = {
	opium = 0.5
	luxury_clothes = 0.5
	luxury_furniture = 0.5
	precious_metal = 0.6
	telephones = 1.0
	fuel = 0.5
	automobiles = 0.25
	aeroplanes = 0.25
}
craftsmen = {
	coffee = 1.5
	opium = 0.5
	wine = 0.5
	paper = 0.5
	luxury_clothes = 0.5
	luxury_furniture = 0.5
	precious_metal = 0.6
	telephones = 0.50
	fuel = 0.5
	automobiles = 0.25
}
farmers = {
	tobacco = 1
	wine = 0.3
	paper = 0.3
	opium = 1.5
	precious_metal = 0.3
	regular_clothes = 0.2
	furniture = 0.2
	telephones = 0.50
	automobiles = 0.1
}
labourers = {	
	tobacco = 1
	wine = 0.3
	paper = 0.3
	opium = 1.5
	precious_metal = 0.3
	regular_clothes = 0.2
	furniture = 0.2
	telephones = 0.50
	automobiles = 0.1
}
soldiers = {	
	wine = 0.3
	paper = 0.3
	opium = 1
	precious_metal = 0.3
	regular_clothes = 0.2
	fuel = 0.1
	telephones = 0.50
	automobiles = 0.1
}